home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 661 b | 38 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWResour.h
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWRESOUR_H
- #define FWRESOUR_H
-
- #ifndef FWRESFIL_H
- #include "FWResFil.h"
- #endif
-
- #ifndef FWRESACC_H
- #include "FWResAcc.h"
- #endif
-
- #ifndef FWRESSIN_H
- #include "FWResSin.h"
- #endif
-
- #ifndef FWRESTYP_H
- #include "FWResTyp.h"
- #endif
-
- #ifndef FWCFMRES_H
- #include "FWCFMRes.h"
- #endif
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #endif
-